home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
util
/
wb
/
Clipper_AWNP.lha
/
Clipper_AWNP
/
Foreign English Speakers
< prev
next >
Wrap
Text File
|
2000-02-15
|
2KB
|
77 lines
Please could any NON English persons who use Clipper do me a BIG favour
and translate Clippers catalog so it supports your language
included is the file 'Clipper.cs' ,
this file is for use with SimpleCat which if you don't have it can be found
on aminet
here is kind of how the file looks
------------------------------
## languages english,deutsch
;
MSG_Yes ; item name
Yes ; english
Ja ; deutsch
;
MSG_yesH ; item name
yes help|help for yes ; english
ja Hilfe|Hilfe ; deutsch
;
Notice all fields ending H like MSG_prfH are for
the buble help and MUST follow these rules ..
the title and info are seperated by a '|' (no spaces)
eg. help|this is the help for the *n help text
A newline is denoted with ' *n ' and should have a space on either side
eg. ' *n line 1 *n line 2 *n *n '
Also. notice the second to last string ...
MSG_bars
No Bars¿Verti Bars¿Horiz Bars¿Both Bars
Keine Stäbe¿Vertikale Stäbe¿Horizontale Stäbe¿Beide Stäbe
Pas de séparation¿Séparation verticale¿Séparation horizontale¿Quadrillage
;
this line defines the chooser gadget for the list bars and are
seperated by the '¿' character (shift-alt m on my computer)
-----------------------------
this is how you would make it
## languages english,deutsch,français ; Added French
;
MSG_Yes ; item name
Yes ; english
Ja ; deutsch
Oui ; added French item
; ; string terminator
MSG_yesH
yes help|help for yes
ja Hilfe|Hilfe fur ja
l'aide Oui|l'aide de Oui ?? (whatever)
;
-----------------------------
Simple :)
if you make a translation please send it
to me so i can include it with Future Versions
Thanks
Bruce.